Add size of uncompressed chunk to index
authorStefano Babic <sbabic@denx.de>
Fri, 16 Jul 2021 07:40:35 +0000 (09:40 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 30 Aug 2021 09:51:05 +0000 (11:51 +0200)
commitf5cb72f087c2482402826976d2e55943066a40f2
tree0b2a9a8d91277c9d347b256a61ba896771bcefc3
parentdd21c014818012c23331db61a79aad8e95742180
Add size of uncompressed chunk to index

Size of uncompressed chunk can be used to compare original and detect if
a chunk is required without having to convert it first to a zck file.

Signed-off-by: Stefano Babic <sbabic@denx.de>
12 files changed:
include/zck.h.in
src/lib/comp/comp.c
src/lib/dl/range.c
src/lib/hash/hash.c
src/lib/header.c
src/lib/index/index_common.c
src/lib/index/index_create.c
src/lib/index/index_read.c
src/lib/zck.c
src/lib/zck_private.h
src/zck.c
src/zck_read_header.c